home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_17168.txt < prev    next >
Text File  |  1989-02-26  |  5KB  |  86 lines

  1. -- card: 17168 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 16981
  5. -- name: System Messages
  6.  
  7.  
  8. -- part contents for background part 11
  9. ----- text -----
  10. 2
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. System Messages
  15.  
  16. -- part contents for background part 12
  17. ----- text -----
  18. •••••••••••••••••••••••••••••••••••••••••••••••••
  19. Messages sent to a button:
  20.  
  21. newButton  -- sent as soon as it is created
  22. deleteButton   -- sent just before it disappears
  23. mouseDown   -- sent when the mouse button is down while the pointer is inside it's rect.
  24. mouseStillDown  --sent repeatedly while mouse button is held down with pointer inside 
  25.                              rect
  26. mouseUp   --sent when button is released while pointer is inside rect
  27. mouseEnter   --sent as soon as the pointer is moved within its rect
  28. mouseWithin   --sent repeatedly while pointer is within its rect
  29. mouseLeave   --sent as soon as the pointer is moved outside its rect
  30.  
  31. •••••••••••••••••••••••••••••••••••••••••••••••••
  32. Messages sent to a field:
  33.  
  34. newField   --sent as soon as it has been created
  35. deleteField   --sent just before it disappears
  36. openField   --sent to an UNLOCKED field when it is opened for text editing, by clicking the 
  37.                      mouse pointer in the field or moving the text insertion point from the 
  38.                      previous field
  39. closeField   --sent to an UNLOCKED field when it is closed after text editing.  The message 
  40.                      is not sent unless some text was actually changed.
  41. mouseDown   --sent to a LOCKED field when the mouse buttton is pressed down while the
  42.                         mouse pointer is inside it.
  43. mouseStillDown   --sent to a LOCKED field repeatedly while the mouse button is pressed
  44.                               down while the pointer is inside it.
  45. mouseUp   --sent to a LOCKED field when the mouse pointer is released while the pointer
  46.                     is released within it.
  47. mouseEnter   --sent as soon as the pointer is moved inside it.
  48. mouseWithing   --sent repeatedly while the pointer is inside it.
  49. mouseLeave   --sent as soon as the pointer is moved outside of it.
  50.  
  51. ••••••••••••••••••••••••••••••••••••••••
  52. Messages sent to a card:
  53.  
  54. newCard   --sent as soon as it has been created.
  55. deleteCard   --sent to a card that is being deleted, just before it disappears.
  56. openCard   --sent when it is opened by going to that card.
  57. closeCard   --sent when it is closed, or by quitting Hypercard.
  58. mouseDown   --sent when the mouse button is pressed down not within a button or field.
  59. mouseStillDown    --sent repeatedly while the mouse button is held down not within a 
  60.                                 button or field.
  61. mouseUp   --sent when the mousebutton is released
  62. startUp   --sent to the first card when Hypercard is first started.
  63. idle   --sent repeatedly when nothing else is happening.
  64. returnKey   --sent when the Return key is pressed.
  65. enterKey   --sent when the Enter key is pressed.
  66. tabKey   --sent when the Tab key is pressed.
  67. arrowKey <var>   --sent when an arrow key is pressed.  The var can be left,right,up,down.
  68. functionKey <var>   --sent when a function key on Apple Extended Keyboard is  pressed.
  69.                                   The var can contain 1 to 15.
  70. controlKey <var>   --sent when a combination of the command keyand another key is
  71.                                  pressed.  The var can contain 1 to 255.
  72. newBackground   --sent as soon as a new background has been created.
  73. deleteBackground   --sent when a background is deleted, just before it disappears.
  74. openBackground   --sent when Edit Background is checked on the Edit Menu, or command-B
  75.                               is selected to toggle it on.
  76. closeBackground   --sent when Edit Background is unchecked on the Edit menu or 
  77.                                command-B is pressed to toggle it off.
  78. newStack   --sent when a stack is created.
  79. deleteStack   --sent when a stack is deleted, just before it disappears.
  80. openStack   --sent when a stack is opened.
  81. closeStack   --sent when a stack is closed by opening another stack.
  82. help   --sent when Help is chosen from the Go menu, or comman-? is typed.
  83. suspend   --sent when Hypercard is suspended.
  84. resume   --sent when Hypercard resumes running.
  85. quit   --sent when you choose Quit Hypercard from the File menu, or type Command-Q.
  86.